home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / PRGMANIA / BFED.10 / BUTTON.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-14  |  911 b   |  35 lines

  1. /*********************************************
  2.     file: button.h
  3.     utility: header file of button.c
  4.     date: 14 nov. 96
  5.     author: C.Moreau
  6.     modifications:
  7.     comments: 
  8. *********************************************/
  9.  
  10. #ifndef _BUTTON_H
  11. #define _BUTTON_H
  12.  
  13. /*********************************************
  14.     includes
  15. *********************************************/
  16.  
  17. /*********************************************
  18.     defines
  19. *********************************************/
  20.  
  21. /*********************************************
  22.     types definitions
  23. *********************************************/
  24.  
  25. /*********************************************
  26.     globals variables declarations
  27. *********************************************/
  28.  
  29. /*********************************************
  30.     globals functions declarations
  31. *********************************************/
  32.  
  33. extern void do_button(int    mousex, int mousey);
  34.  
  35. #endif